Nevron Open Vision Documentation
Nevron.Nov.Interop Namespace / NNovInteropUnmarshaller<TStub> Class / StubObject Property


In This Topic
    StubObject Property
    In This Topic
    Gets or sets the stub object
    Syntax
    'Declaration
     
    
    Public Property StubObject As TStub
    'Usage
     
    
    Dim instance As NNovInteropUnmarshaller(Of TStub)
    Dim value As TStub
     
    instance.StubObject = value
     
    value = instance.StubObject
    public TStub StubObject {get; set;}
    Requirements

    Target Platforms: Windows 11, Windows 10, Windows 7, Windows Server 2019, Windows Server 2016, Windows Server 2012 R2, Windows Server 2012, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later)

    See Also